docs: add guarantees to the read and send_datagram function#2375
docs: add guarantees to the read and send_datagram function#2375Aderinom wants to merge 1 commit into
Conversation
|
Thank you! Always love a docs enhancement. Now, I'm not opposed to this per se, but I do wanna take a moment to step back and question whether this is the right path to take regardless: In principle, it shouldn't be that hard for a caller to perform the action of "poll a future, and if it returns |
Related Issue: #2351
Adds documentation for the required Gurantees to allow a noop poll to send/read_datagram function to act as a try_write/try_recv similar to e.g. Tokio UDP Socket